home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / maillabl.zip / LBLDEF.DFM / LBLDEF.txt
Text File  |  1996-03-10  |  1KB  |  68 lines

  1. object LabelDef: TLabelDef
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Label Definition'
  7.   ClientHeight = 87
  8.   ClientWidth = 312
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 86
  22.     Height = 16
  23.     Caption = 'Label Height:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 52
  28.     Width = 82
  29.     Height = 16
  30.     Caption = 'Label Width:'
  31.   end
  32.   object ebLabelHeight: TEdit
  33.     Left = 112
  34.     Top = 12
  35.     Width = 73
  36.     Height = 24
  37.     TabOrder = 0
  38.     OnExit = ebLabelHeightExit
  39.   end
  40.   object ebLabelWidth: TEdit
  41.     Left = 112
  42.     Top = 48
  43.     Width = 73
  44.     Height = 24
  45.     TabOrder = 1
  46.     OnExit = ebLabelWidthExit
  47.   end
  48.   object bbtnOK: TBitBtn
  49.     Left = 208
  50.     Top = 8
  51.     Width = 89
  52.     Height = 33
  53.     TabOrder = 2
  54.     Kind = bkOK
  55.     Default = True
  56.     OnClick = bbtnOKClick
  57.   end
  58.   object bbtnCancel: TBitBtn
  59.     Left = 208
  60.     Top = 48
  61.     Width = 89
  62.     Height = 33
  63.     TabOrder = 3
  64.     Kind = bkCancel
  65.     OnClick = bbtnCancelClick
  66.   end
  67. end
  68.